Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.automation.core.impl.workmanager--queues

This contribution is part of XML component org.nuxeo.ecm.automation.core.impl.workmanager inside nuxeo-automation-core-9.10.jar /OSGI-INF/workmanager-contrib.xml

Extension Point

Extension point queues of component service.

Contributed Items

  • <queue id="blobs">
          <maxThreads>2</maxThreads>
          <category>blobListZip</category>
        </queue>

XML Source

<extension point="queues" target="org.nuxeo.ecm.core.work.service">
    <queue id="blobs">
      <maxThreads>2</maxThreads>
      <category>blobListZip</category>
    </queue>
  </extension>